/*
* Level.h
* iphone-gl-app
*
* Created by John Ryland on 14/06/09.
* Copyright 2009 InvertedLogic. All rights reserved.
*
*/
#ifndef LEVEL_H
#define LEVEL_H
class Level {
public:
// Entities
// Music
// Effects
// Textures
// Map
// enter
// leave
// load resources
};
#endif // LEVEL_H